home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 44
/
PC Actual CD 44.iso
/
Linux
/
Cygwin
/
full.exe
/
Disk1
/
data1.cab
/
Tools
/
H-i586-cygwin32
/
i586-cygwin32
/
include
/
setjmp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-12-04
|
310 b
|
23 lines
/*
setjmp.h
stubs for future use.
*/
#ifndef _SETJMP_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _SETJMP_H_
#include "_ansi.h"
#include <machine/setjmp.h>
void _EXFUN(longjmp,(jmp_buf __jmpb, int __retval));
int _EXFUN(setjmp,(jmp_buf __jmpb));
#ifdef __cplusplus
}
#endif
#endif /* _SETJMP_H_ */